Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps @pmmmwh/react-refresh-webpack-plugin from 0.5.0-rc.6 to 0.5.1.

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.5.1

0.5.1 (15 September 2021)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v2.x (#507, #508)

Internal

  • Fixed typos in README (#509)

v0.5.0

0.5.0 (14 September 2021)

BREAKING

  • While most of the public API did not change, we've re-written a large chunk of the runtime code to support a wider range of use cases. This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't, please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#285). It has long been effect-less and deprecated since 0.3.x.
  • The overlay.useLegacyWDSSockets have been removed (#498). It is aimed to support WDS below 3.6.0 (published in June 2019), but looking at current usage and download stats, we've decided it is best to drop support for the old socket format moving forward.
  • Handling of port 0 have been removed (#337).
  • html-entities have been bumped to 2.x (#321).
  • react-refresh have been bumped to 0.10.0 (#353).

Features

  • Added WDS v4 support with new socket defaults through Webpack config (#241, #286, #392, #413, #479)
  • Added the overlay.sockProtocol option (#242)
  • Added monorepo compatibility via the the library option (#273)
  • Rewritten URL handling using WHATWG URL APIs with automatic pony-filling (#278, #332, #378)
  • Rewritten Webpack 5 compatibility using new APIs and hooks (#319, #372, #434, #483)
  • Rewritten refresh runtime to be fully module system aware (#337, #461, #482, #492)
  • Rewritten Webpack 4 and 5 checks using feature detection on compiler (#415)
  • Added support for experiments.topLevelAwait (#435, #447, #493)
  • Added retry logic when socket initialisation fails (#446)

Fixes

  • Relaxed peer dependency requirement on type-fest (#257, c02018a, #484)
  • Relaxed requirement on the overlay option to accept relative paths (#284)
  • Patched unstable initialisation of global scope across module boundaries (#290, #369, #464, #505)
  • Patched quote escaping in injected runtime code (#306)
  • Invalidate updates outside of Refresh boundary for consistency (#307)
  • Properly throw when an ambiguous entrypoint is received while using Webpack 4 (#320)

... (truncated)

Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.5.1 (15 September 2021)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v2.x (#507, #508)

Internal

  • Fixed typos in README (#509)

0.5.0 (14 September 2021)

BREAKING

  • While most of the public API did not change, we've re-written a large chunk of the runtime code to support a wider range of use cases. This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't, please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#285). It has long been effect-less and deprecated since 0.3.x.
  • The overlay.useLegacyWDSSockets have been removed (#498). It is aimed to support WDS below 3.6.0 (published in June 2019), but looking at current usage and download stats, we've decided it is best to drop support for the old socket format moving forward.
  • Handling of port 0 have been removed (#337).
  • html-entities have been bumped to 2.x (#321).
  • react-refresh have been bumped to 0.10.0 (#353).

Features

  • Added WDS v4 support with new socket defaults through Webpack config (#241, #286, #392, #413, #479)
  • Added the overlay.sockProtocol option (#242)
  • Added monorepo compatibility via the the library option (#273)
  • Rewritten URL handling using WHATWG URL APIs with automatic pony-filling (#278, #332, #378)
  • Rewritten Webpack 5 compatibility using new APIs and hooks (#319, #372, #434, #483)
  • Rewritten refresh runtime to be fully module system aware (#337, #461, #482, #492)
  • Rewritten Webpack 4 and 5 checks using feature detection on compiler (#415)
  • Added support for experiments.topLevelAwait (#435, #447, #493)
  • Added retry logic when socket initialisation fails (#446)

Fixes

  • Relaxed peer dependency requirement on type-fest (#257, c02018a, #484)
  • Relaxed requirement on the overlay option to accept relative paths (#284)
  • Patched unstable initialisation of global scope across module boundaries (#290, #369, #464, #505)
  • Patched quote escaping in injected runtime code (#306)
  • Invalidate updates outside of Refresh boundary for consistency (#307)
  • Properly throw when an ambiguous entrypoint is received while using Webpack 4 (#320)
  • Fixed overlay script source detection for WDS when no src is found (#331)
  • Fixed possible Stack Overflow through self-referencing (#370, #380)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) from 0.5.0-rc.6 to 0.5.1.
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pmmmwh/react-refresh-webpack-plugin/commits/v0.5.1)

---
updated-dependencies:
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 16, 2021

The following labels could not be found: dependencies.

@vercel
Copy link

vercel bot commented Sep 16, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/chenxsan/webpack-js-org-x/Au8CPA3wR7bWgGYXWduFZeTrrqTZ
✅ Preview: https://webpack-js-org-x-git-dependabot-npmandyarnpmmmw-f2ca70-chenxsan.vercel.app

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 19, 2021

Superseded by #38.

@dependabot dependabot bot closed this Nov 19, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pmmmwh/react-refresh-webpack-plugin-0.5.1 branch November 19, 2021 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants